.site-body .widget-text .widget-body > * { padding: 0; }
.site-body .cf, .site-body .row {
  zoom: 1;
}
.site-body .cf:before, .site-body .row:before, .site-body .cf:after, .site-body .row:after {
  content: " ";
  display: table;
  clear: both;
}
  .site-body .mod-container{
    margin: auto;
    padding: 15px 25px 25px;
    font-family: Calibri, 'Helvetica Neue', Arial, sans-serif;
    background: #f2f6fc; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6fc 0%, #c3d2ed 51%, #d8e1f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6fc), color-stop(51%,#c3d2ed), color-stop(100%,#d8e1f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f6fc 0%,#c3d2ed 51%,#d8e1f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f6fc 0%,#c3d2ed 51%,#d8e1f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f6fc 0%,#c3d2ed 51%,#d8e1f3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f6fc 0%,#c3d2ed 51%,#d8e1f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6fc', endColorstr='#d8e1f3',GradientType=0 ); /* IE6-9 */

  }
    .site-body .content-holder{
      text-align: center;
      width: 420px;
      margin-right: 43px;
      float: left;
    }
    .site-body .mod-container .img-holder{
      width: 480px;
      float: left;
    }
    .site-body .mod-container .content-holder a.register-ipad{
      background: #91b3e3;
      padding: 10px 30px;
      color: #111;
      font-size: 20px;
      text-decoration: none;
      width: 200px;
      font-weight: bold;
      display: block;
      margin: auto;
    }
    .site-body .mod-container .content-holder span{
      font-weight: bold;
      margin-bottom: 30px;
    }
    .site-body .mod-container img{
      display: block;
      width: 80%;
      height: auto;
      margin: 0 auto;
    }
    .site-body .mod-container img.title{
      width: 70%;
      margin-bottom: 40px;
      margin-top: 23px;
    }
      .site-body .mod-container .content-holder p{
        margin: 28px 0 37px;
        font-size: 16px;
      }
.site-body .benefits-wrap{
        margin-top: 0px !important;
      }